home *** CD-ROM | disk | FTP | other *** search
/ Mobiclic 71 / MOBICLIC 71.ISO / mac / DATA / COMMUN / temp0001 / 00232_Script_GESTION_BANDEAU_MOBICLIC < prev    next >
Text File  |  2004-12-05  |  989b  |  30 lines

  1. global gL_Zap
  2. property p_cettePiste, p_Nodepiste,p_nom_Acteur
  3. ----------------------------------
  4. on beginsprite me
  5.   p_Nodepiste = me.spriteNum
  6.   p_cettePiste = sprite(p_Nodepiste)
  7.   p_nom_Acteur = p_cettePiste.member.name
  8.   gL_Zap[21] = p_Nodepiste --on stocke le n░ de piste de ce bandeau pour le locZ des btons de ce bandeau
  9.   p_cettePiste.locZ = 3000
  10. end
  11. ----------------------------------- 
  12. on mouseUp
  13.   if the runMode = "author" then
  14.     z1 = lien() = ":" and the controlDown and the optionDown and the commandDown
  15.     z2 = lien() = "\" and the controlDown and the optionDown
  16.     if  z1 or z2 then
  17.       pause()
  18.       TFC()
  19.       saveMovie
  20.       if zAbrev() = "QUIZ" then
  21.         alert("MAJ des textes de l'aide, de l'info, du dico,des commentaires et des questions du QUIZ effectuΘe")
  22.       else
  23.         alert("MAJ des textes de l'aide, de l'info, du dico et des commentaires effectuΘe")
  24.       end if
  25.       sosmiaw()
  26.     end if
  27.   end if
  28. end 
  29. ----------
  30.